static let stopRecording = Notification.Name("stopRecording")
static let finalizeRecording = Notification.Name("finalizeRecording")
static let reset = Notification.Name("reset")
+ static let failedToStart = Notification.Name("failedToStart")
+ static let receivedFrame = Notification.Name("receivedFrame")
+ static let failedtoUpload = Notification.Name("failedToUpload")
}